home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991 …esperately Seeking Seven / Desperately Seeking Seven.2mg / Dev.CD.8 / Essentials / Interfaces / APW.Interfaces / AInclude / E16.MiscTool < prev    next >
Encoding:
Text File  |  1990-06-30  |  8.3 KB  |  284 lines  |  [04] ASCII Text (0x0000)

  1. ; File:  E16.MiscTool
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-90
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. badInputErr GEQU $0301 ; bad input parameter
  9. noDevParamErr GEQU $0302 ; no device for input parameter
  10. taskInstlErr GEQU $0303 ; task already installed error
  11. noSigTaskErr GEQU $0304 ; no signature in task header
  12. queueDmgdErr GEQU $0305 ; queue has been damaged error
  13. taskNtFdErr GEQU $0306 ; task was not found error
  14. firmTaskErr GEQU $0307 ; firmware task was unsuccessful
  15. hbQueueBadErr GEQU $0308 ; heartbeat queue damaged
  16. unCnctdDevErr GEQU $0309 ; attempted to dispatch to unconnected device
  17. idTagNtAvlErr GEQU $030B ; ID tag not available
  18. notInList GEQU $0380
  19. invalidTag GEQU $0381 ; correct signature value not found in header
  20. alreadyInQueue GEQU $0382
  21. pdosUnClmdIntErr GEQU $0001 ; ProDOS unclaimed interrupt error
  22. divByZeroErr GEQU $0004 ; divide by zero error
  23. pdosVCBErr GEQU $000A ; ProDOS VCB unusable
  24. pdosFCBErr GEQU $000B ; ProDOS FCB unusable
  25. pdosBlk0Err GEQU $000C ; ProDOS block zero allocated illegally
  26. pdosIntShdwErr GEQU $000D ; ProDOS interrupt w/ shadowing off
  27. segLoader1Err GEQU $0015 ; segment loader error
  28. sPackage0Err GEQU $0017 ; can't load a package
  29. package1Err GEQU $0018 ; can't load a package
  30. package2Err GEQU $0019 ; can't load a package
  31. package3Err GEQU $001A ; can't load a package
  32. package4Err GEQU $001B ; can't load a package
  33. package5Err GEQU $001C ; can't load a package
  34. package6Err GEQU $001D ; can't load a package
  35. package7Err GEQU $001E ; can't load a package
  36. package8Err GEQU $0020 ; can't load a package
  37. package9Err GEQU $0021 ; can't load a package
  38. package10Err GEQU $0022 ; can't load a package
  39. package11Err GEQU $0023 ; can't load a package
  40. package12Err GEQU $0024 ; can't load a package
  41. outOfMemErr GEQU $0025 ; out of memory error
  42. segLoader2Err GEQU $0026 ; segment loader error
  43. fMapTrshdErr GEQU $0027 ; file map trashed
  44. stkOvrFlwErr GEQU $0028 ; stack overflow error
  45. psInstDiskErr GEQU $0030 ; Please Insert Disk (file manager alert)
  46. memMgr1Err GEQU $0032 ; memory manager error
  47. memMgr2Err GEQU $0033 ; memory manager error
  48. memMgr3Err GEQU $0034 ; memory manager error
  49. memMgr4Err GEQU $0035 ; memory manager error
  50. memMgr5Err GEQU $0036 ; memory manager error
  51. memMgr6Err GEQU $0037 ; memory manager error
  52. memMgr7Err GEQU $0038 ; memory manager error
  53. memMgr8Err GEQU $0039 ; memory manager error
  54. memMgr9Err GEQU $003A ; memory manager error
  55. memMgr10Err GEQU $003B ; memory manager error
  56. memMgr11Err GEQU $003C ; memory manager error
  57. memMgr12Err GEQU $003D ; memory manager error
  58. memMgr13Err GEQU $003E ; memory manager error
  59. memMgr14Err GEQU $003F ; memory manager error
  60. memMgr15Err GEQU $0040 ; memory manager error
  61. memMgr16Err GEQU $0041 ; memory manager error
  62. memMgr17Err GEQU $0042 ; memory manager error
  63. memMgr18Err GEQU $0043 ; memory manager error
  64. memMgr19Err GEQU $0044 ; memory manager error
  65. memMgr20Err GEQU $0045 ; memory manager error
  66. memMgr21Err GEQU $0046 ; memory manager error
  67. memMgr22Err GEQU $0047 ; memory manager error
  68. memMgr23Err GEQU $0048 ; memory manager error
  69. memMgr24Err GEQU $0049 ; memory manager error
  70. memMgr25Err GEQU $004A ; memory manager error
  71. memMgr26Err GEQU $004B ; memory manager error
  72. memMgr27Err GEQU $004C ; memory manager error
  73. memMgr28Err GEQU $004D ; memory manager error
  74. memMgr29Err GEQU $004E ; memory manager error
  75. memMgr30Err GEQU $004F ; memory manager error
  76. memMgr31Err GEQU $0050 ; memory manager error
  77. memMgr32Err GEQU $0051 ; memory manager error
  78. memMgr33Err GEQU $0052 ; memory manager error
  79. memMgr34Err GEQU $0053 ; memory manager error
  80. stupVolMntErr GEQU $0100 ; can't mount system startup volume
  81. p1PrntModem GEQU $0000
  82. p1LineLnth GEQU $0001
  83. p1DelLine GEQU $0002
  84. p1AddLine GEQU $0003
  85. p1Echo GEQU $0004
  86. p1Buffer GEQU $0005
  87. p1Baud GEQU $0006
  88. p1DtStpBits GEQU $0007
  89. p1Parity GEQU $0008
  90. p1DCDHndShk GEQU $0009
  91. p1DSRHndShk GEQU $000A
  92. p1XnfHndShk GEQU $000B
  93. p2PrntModem GEQU $000C
  94. p2LineLnth GEQU $000D
  95. p2DelLine GEQU $000E
  96. p2AddLine GEQU $000F
  97. p2Echo GEQU $0010
  98. p2Buffer GEQU $0011
  99. p2Baud GEQU $0012
  100. p2DtStpBits GEQU $0013
  101. p2Parity GEQU $0014
  102. p2DCDHndShk GEQU $0015
  103. p2DSRHndShk GEQU $0016
  104. p2XnfHndShk GEQU $0017
  105. dspColMono GEQU $0018
  106. dsp40or80 GEQU $0019
  107. dspTxtColor GEQU $001A
  108. dspBckColor GEQU $001B
  109. dspBrdColor GEQU $001C
  110. hrtz50or60 GEQU $001D
  111. userVolume GEQU $001E
  112. bellVolume GEQU $001F
  113. sysSpeed GEQU $0020
  114. slt1intExt GEQU $0021
  115. slt2intExt GEQU $0022
  116. slt3intExt GEQU $0023
  117. slt4intExt GEQU $0024
  118. slt5intExt GEQU $0025
  119. slt6intExt GEQU $0026
  120. slt7intExt GEQU $0027
  121. startupSlt GEQU $0028
  122. txtDspLang GEQU $0029
  123. kyBdLang GEQU $002A
  124. kyBdBuffer GEQU $002B
  125. kyBdRepSpd GEQU $002C
  126. kyBdRepDel GEQU $002D
  127. dblClkTime GEQU $002E
  128. flashRate GEQU $002F
  129. shftCpsLCas GEQU $0030
  130. fstSpDelKey GEQU $0031
  131. dualSpeed GEQU $0032
  132. hiMouseRes GEQU $0033
  133. dateFormat GEQU $0034
  134. clockFormat GEQU $0035
  135. rdMinRam GEQU $0036
  136. rdMaxRam GEQU $0037
  137. langCount GEQU $0038
  138. lang1 GEQU $0039
  139. lang2 GEQU $003A
  140. lang3 GEQU $003B
  141. lang4 GEQU $003C
  142. lang5 GEQU $003D
  143. lang6 GEQU $003E
  144. lang7 GEQU $003F
  145. lang8 GEQU $0040
  146. layoutCount GEQU $0041
  147. layout1 GEQU $0042
  148. layout2 GEQU $0043
  149. layout3 GEQU $0044
  150. layout4 GEQU $0045
  151. layout5 GEQU $0046
  152. layout6 GEQU $0047
  153. layout7 GEQU $0048
  154. layout8 GEQU $0049
  155. layout9 GEQU $004A
  156. layout10 GEQU $004B
  157. layout11 GEQU $004C
  158. layout12 GEQU $004D
  159. layout13 GEQU $004E
  160. layout14 GEQU $004F
  161. layout15 GEQU $0050
  162. layout16 GEQU $0051
  163. aTalkNodeNo GEQU $0080
  164. irqIntFlag GEQU $0000
  165. irqDataReg GEQU $0001
  166. irqSerial1 GEQU $0002
  167. irqSerial2 GEQU $0003
  168. irqAplTlkHi GEQU $0004
  169. tickCnt GEQU $0005
  170. irqVolume GEQU $0006
  171. irqActive GEQU $0007
  172. irqSndData GEQU $0008
  173. brkVar GEQU $0009
  174. evMgrData GEQU $000A
  175. mouseSlot GEQU $000B
  176. mouseClamps GEQU $000C
  177. absClamps GEQU $000D
  178. sccIntFlag GEQU $000E
  179. extVGCInt GEQU $01 ; Returned by GetIRQEnable
  180. scanLineInt GEQU $02 ; Returned by GetIRQEnable
  181. adbDataInt GEQU $04 ; Returned by GetIRQEnable
  182. ADTBDataInt GEQU $04 ; maintained for compatiblity with old interfaces
  183. oneSecInt GEQU $10 ; Returned by GetIRQEnable
  184. quartSecInt GEQU $20 ; Returned by GetIRQEnable
  185. vbInt GEQU $40 ; Returned by GetIRQEnable
  186. kbdInt GEQU $80 ; Returned by GetIRQEnable
  187. kybdEnable GEQU $0000 ; Parameter to IntSource
  188. kybdDisable GEQU $0001 ; Parameter to IntSource
  189. vblEnable GEQU $0002 ; Parameter to IntSource
  190. vblDisable GEQU $0003 ; Parameter to IntSource
  191. qSecEnable GEQU $0004 ; Parameter to IntSource
  192. qSecDisable GEQU $0005 ; Parameter to IntSource
  193. oSecEnable GEQU $0006 ; Parameter to IntSource
  194. oSecDisable GEQU $0007 ; Parameter to IntSource
  195. adbEnable GEQU $000A ; Parameter to IntSource
  196. adbDisable GEQU $000B ; Parameter to IntSource
  197. scLnEnable GEQU $000C ; Parameter to IntSource
  198. scLnDisable GEQU $000D ; Parameter to IntSource
  199. exVCGEnable GEQU $000E ; Parameter to IntSource
  200. exVCGDisable GEQU $000F ; Parameter to IntSource
  201. mouseOff GEQU $0000
  202. transparent GEQU $0001
  203. transParnt GEQU $0001 ; (old name)
  204. moveIntrpt GEQU $0003
  205. bttnIntrpt GEQU $0005
  206. bttnOrMove GEQU $0007
  207. mouseOffVI GEQU $0008
  208. transParntVI GEQU $0009 ; (old name)
  209. transparentVI GEQU $0009
  210. moveIntrptVI GEQU $000B
  211. bttnIntrptVI GEQU $000D
  212. bttnOrMoveVI GEQU $000F
  213. toolLoc1 GEQU $0000
  214. toolLoc2 GEQU $0001
  215. usrTLoc1 GEQU $0002
  216. usrTLoc2 GEQU $0003
  217. intrptMgr GEQU $0004
  218. copMgr GEQU $0005
  219. abortMgr GEQU $0006
  220. _sysFailMgr GEQU $0007
  221. aTalkIntHnd GEQU $0008
  222. sccIntHnd GEQU $0009
  223. scLnIntHnd GEQU $000A
  224. sndIntHnd GEQU $000B
  225. vblIntHnd GEQU $000C
  226. mouseIntHnd GEQU $000D
  227. qSecIntHnd GEQU $000E
  228. kybdIntHnd GEQU $000F
  229. adbRBIHnd GEQU $0010
  230. adbSRQHnd GEQU $0011
  231. deskAccHnd GEQU $0012
  232. flshBufHnd GEQU $0013
  233. kybdMicHnd GEQU $0014
  234. oneSecHnd GEQU $0015
  235. extVCGHnd GEQU $0016
  236. otherIntHnd GEQU $0017
  237. crsrUpdtHnd GEQU $0018
  238. incBsyFlag GEQU $0019
  239. decBsyFlag GEQU $001A
  240. bellVector GEQU $001B
  241. breakVector GEQU $001C
  242. traceVector GEQU $001D
  243. stepVector GEQU $001E
  244. ctlYVector GEQU $0028
  245. proDOSVector GEQU $002A
  246. proDOSVctr GEQU $002A ; for backward compatibility
  247. osVector GEQU $002B
  248. msgPtrVector GEQU $002C
  249. msgPtrVctr GEQU $002C ; for backward compatibility
  250. memMoverVector GEQU $0080
  251. sysSpeedVector GEQU $0081
  252. slotArbiterVector GEQU $0082
  253. hiInterruptVector GEQU $0086
  254. midiInterruptVector GEQU $0087
  255. ; offset constants for ClampRec
  256. oyMaxClamp GEQU 0
  257. oyMinClamp GEQU 2
  258. oxMaxClamp GEQU 4
  259. oxMinClamp GEQU 6
  260. ; offset constants for FWRec
  261. oyRegExit GEQU 0
  262. oxRegExit GEQU 2
  263. oaRegExit GEQU 4
  264. ostatus GEQU 6
  265. ; offset constants for MouseRec
  266. omouseMode GEQU 0
  267. omouseStatus GEQU 1
  268. oyPos GEQU 2
  269. oxPos GEQU 4
  270. ; offset constants for InterruptStateRec
  271. oirq_A GEQU 0
  272. oirq_X GEQU 2
  273. oirq_Y GEQU 4
  274. oirq_S GEQU 6
  275. oirq_D GEQU 8
  276. oirq_P GEQU 10
  277. oirq_DB GEQU 11
  278. oirq_e GEQU 12
  279. oirq_K GEQU 13
  280. oirq_PC GEQU 14
  281. oirq_state GEQU 16
  282. oirq_shadow GEQU 17
  283. oirq_mslot GEQU 19
  284.